home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / doom / wicked14.zip / HOOK.CFG < prev    next >
Text File  |  1997-02-22  |  655b  |  27 lines

  1. // do not modify this section unless you know what you are doing
  2. // go to the bottom to customise your keys
  3.  
  4. alias    I_hook    "impulse 98"
  5. alias    I_grow    "impulse 97"
  6. alias I_shrink    "impulse 96"
  7. alias I_stop    "impulse 95"
  8.  
  9. alias +hook "I_hook; wait; I_shrink"
  10. alias -hook "I_stop"
  11.  
  12. alias +grow I_grow
  13. alias -grow I_stop
  14.  
  15. alias +shrink I_shrink
  16. alias -shrink I_stop
  17.  
  18.  
  19.  
  20. // here is where you set your keys
  21. // only change 'SHIFT', 'w', or 'r' to whatever key you desire
  22.  
  23. bind SPACE +hook                        // hook on/off toggle
  24. bind w +grow            // for sliding down the chain
  25. bind q +shrink                  // for climbing up the chain
  26.  
  27.